home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / arm / mach-ixp23xx / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  224 b   |  12 lines

  1. #
  2. # Makefile for the linux kernel.
  3. #
  4. obj-y            := core.o pci.o
  5. obj-m            :=
  6. obj-n            :=
  7. obj-            :=
  8.  
  9. obj-$(CONFIG_MACH_ESPRESSO)    += espresso.o
  10. obj-$(CONFIG_MACH_IXDP2351)    += ixdp2351.o
  11. obj-$(CONFIG_MACH_ROADRUNNER)    += roadrunner.o
  12.